SET WINDOW TITLE

This command will change the title of the window.

  Syntax
SET WINDOW TITLE Caption String
  Parameters
Caption String
String
What the window title text will be

  Returns

This command does not return a value.

  Example Code
cls
set display mode 800,600,32
set window on
set window title "MY OLD WINDOW TEXT"
wait 1000*8
set window title "MY NEW WINDOW TEXT"
do
loop
end
  See also

DISPLAY Commands Menu
Index